Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]MeshProtos
/
KeyVerificationFinalOrBuilder
Key
Verification
Final
Or
Builder
interface
KeyVerificationFinalOrBuilder
:
MessageOrBuilder
Inheritors
KeyVerificationFinal
Builder
Members
Functions
get
Is
Sender
Link copied to clipboard
abstract
fun
getIsSender
(
)
:
Boolean
bool isSender = 3;
get
Nonce
Link copied to clipboard
abstract
fun
getNonce
(
)
:
Long
uint64 nonce = 1;
get
Remote
Longname
Link copied to clipboard
abstract
fun
getRemoteLongname
(
)
:
String
string remote_longname = 2;
get
Remote
Longname
Bytes
Link copied to clipboard
abstract
fun
getRemoteLongnameBytes
(
)
:
ByteString
string remote_longname = 2;
get
Verification
Characters
Link copied to clipboard
abstract
fun
getVerificationCharacters
(
)
:
String
string verification_characters = 4;
get
Verification
Characters
Bytes
Link copied to clipboard
abstract
fun
getVerificationCharactersBytes
(
)
:
ByteString
string verification_characters = 4;